Skip to content

Instantly share code, notes, and snippets.

@josepalafox
josepalafox / copilot-cli-intro-handout.md
Created April 15, 2026 17:58
GitHub Copilot CLI intro handout

GitHub Copilot CLI: Intro handout

This handout is a short, shareable overview of GitHub Copilot CLI for an audience that wants to understand the product surface quickly and know where to go next in the official documentation.


1. What GitHub Copilot CLI is

GitHub Copilot CLI brings GitHub Copilot into the terminal. It can answer questions, inspect code, edit files, run commands, orchestrate subagents, connect to external tools, and delegate work to background agents.

@qiqiandfei
qiqiandfei / 免费影视资源汇总.md
Last active May 8, 2026 18:10
免费影视资源汇总

🎬 免费影视资源汇总v1.0

📅 最后更新:2025年7月22日
🔗 收录优质免费影视资源站点,持续更新中...


🌟 观影(无名小站)

  • 推荐指数: ⭐⭐⭐⭐⭐
  • 特色: 海量资源全部免费,更新快
/**
* jQuery.alterClass
*
* For altering classes
*
* @param removals (wildcards are possible)
* [@param] additions
* @return jQuery object
*
* @author Axel Jack Fuchs (Cologne, Germany)

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@alexishida
alexishida / rtsp-intelbras-outros.txt
Last active May 8, 2026 18:04
RTSP dvr intelbras e outros para acesso direto home assistant
-------- DVR e Mibo Smart Intelbras -------------------------------------------------------
rtsp://usuário:senha@ip:porta/cam/realmonitor?channel=1&subtype=0
Ps minha mibo smart im4c só funcionou com esse link:
rtsp://admin:chave de acesso@ip:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
-------- Luxvision -------------------------------------------------------
rtsp://ip:porta/user=[usuário]&password=[senha]&channel=1&stream=0.sdp
@megastary
megastary / Move-Printer.ps1
Created September 24, 2020 11:08
PowerShell script, which creates new TCP/IP port, renames printer and moves printer to new port, utilizing Printing_Admin_Scripts included with every Windows OS. It is especially helpful for server still running Windows PowerShell 2.0, which lacks PrintManagement module.
<#PSScriptInfo
.VERSION 1.0
.GUID abed7be5-a430-48fb-b5fc-0f622f9e46b5
.AUTHOR Jakub Šindelář
.COMPANYNAME Houby Studio